home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / bgame33.zip / SYSOP.DOC < prev   
Text File  |  1989-03-22  |  8KB  |  181 lines

  1.  
  2.  
  3.  
  4.                  DOORPCH 3.5 DOOR Operational Information for SysOps
  5.  
  6.                                   January 17, 1989
  7.                                          By
  8.                            Clint Labarthe & Terry Shockley
  9.  
  10.  
  11.  
  12.                                    SysOp Operation
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                      DOOR Setup
  19.  
  20.           Make a batch file to run the DOOR as described in your PCBoard
  21.           (R) documentation.
  22.  
  23.                                       Example:
  24.  
  25.           CD \DOORS
  26.           TGTRIVIA TGTRIV1.CFG  <== Runs TGTRIVIA.EXE passing a parameter
  27.                                     of TRIVIA1.CFG
  28.           CD \PCB                   An example of this file is below.
  29.           BOARD
  30.  
  31.  
  32.                              Example xxxxxxxx.CFG file:
  33.  
  34.           C:\PCB\PCBOARD.SYS          <== The location of this file
  35.           The Computer Playroom BBS   <== The name of your BBS
  36.           Ben                         <== The SysOps FIRST name
  37.           Perron                      <== The SysOps LAST name
  38.  
  39.  
  40.                                 Environment Variables
  41.  
  42.  
  43.           Two environment variables must be set in your AUTOEXEC.BAT file:
  44.  
  45.           SET LIB=<drive:><path to DORPCH35.EXE>  Note: ONLY the PATH !
  46.  
  47.           Example:  SET LIB=C:\MYLIB
  48.  
  49.           The DORPCH35.EXE run-time library must then be placed in this
  50.           directory.  If you keep the library in the <current directory>
  51.           with the DOOR program then this environment variable is NOT
  52.           required.  I would suggest a separate directory - perhaps a
  53.           RAMDISK as I do on my system.
  54.  
  55.  
  56.           SET DOORPCH=PCB     This variable tells DORPCH35.EXE it is
  57.                               running on a PCBoard system
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           All DOORPCH 3.5 DOORS require the DORPCH35.EXE run-time library
  65.           and the Microsoft (R) QuickBASIC 3.0 run-time library,
  66.           BRUN30.EXE, be present.  Your DOOR program may have come with
  67.           these files in the ARC file.  If they are not present, this DOOR
  68.           program WILL NOT RUN.  You should contact the DOOR author if the
  69.           files are missing.  You require one and only one version of these
  70.           two libraries for ALL DOORPCH 3.5 DOORware.  The files are also
  71.           available in DORPCH35.ARC available on most PCBoard Bulletin
  72.           Board Systems.  If you wish a fully detailed explanation of how
  73.           DOORPCH operates with DOORS, then you may read the documentation
  74.           within the DORPCH35.ARC file within which this documentation may
  75.           be found.
  76.  
  77.  
  78.                                    DOOR Operation
  79.  
  80.  
  81.  
  82.           When the DOOR is in operation you have complete control over the
  83.           caller.  This DOOR was written using DOORPCH version 3.5.  The
  84.           logic is safe.  However, if something goes wrong - like real bad
  85.           wrong, sorry but we probably can't help.  Every precaution has
  86.           been taken to insure this code works flawlessly.  If it doesn't,
  87.           let us know.  Many function/operational keys are at your
  88.           disposal/use:
  89.  
  90.           F1   -    Displays the version of DOORPCH compiled and linked
  91.                     into the DOOR.
  92.           F2   -    Displays a callers Alias if one is used via the Door
  93.                     Monitor program (DOORPCH version) - future.
  94.           F3   -    Reserved for the future.
  95.           F4   -    Toggles the Bell on/off. May activate the DOOR Bell.
  96.                     Value is returned to PCBoard when DOOR completes.
  97.           F5   -    DOS Shell. Allows SysOp to exit to DOS from inside a
  98.                     DOOR.
  99.           F6   -    Displays available MEMORY and available STRING space.
  100.           F7   -    Toggle the alarm on/off. May activate the DOOR Alarm.
  101.                     Value is returned to PCBoard when DOOR completes.
  102.           F8   -    Returns the caller involuntarily to PCBoard.
  103.           F9   -    Toggles the display on/off.
  104.                     Value is returned to PCBoard when DOOR completes.
  105.           F10  -    Activates SysOp / Caller CHAT mode within the DOOR.
  106.           ESC  -    Deactivates CHAT mode. DOOR is resumed.
  107.           HOME -    HELP key for line 24/25 capabilities.
  108.           END  -    Displays Callers name and miscellaneous information.
  109.           PG-DN-    Displays Data Phone, Home Phone, Password,
  110.                     User Comments and SysOps Comments.
  111.           PG-UP-    Displays Conference caller may access.
  112.           UP -      Allows the SysOp to temporarily add additional time
  113.                     to the caller while in the DOOR. This time is NOT
  114.                     returned to the BBS.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.           DN -      Allows the SysOp to temporarily subtract time from the
  121.                     caller while in the DOOR. This time is NOT returned
  122.                     to the BBS.
  123.           ALT-N -   SysOp next on control/indicator.
  124.                     Value is returned to PCBoard when DOOR completes.
  125.           ALT-X -   PCBoard will exit after current caller completes their
  126.                     session.  Value is returned to PCBoard when DOOR
  127.                     completes.
  128.  
  129.           If you are running in NON-GRAPHICS mode, you MUST have ANSI.SYS
  130.           installed as a device driver in your CONFIG.SYS file:
  131.  
  132.                               Example: DEVICE=ANSI.SYS
  133.  
  134.           DOORPCH uses this device driver for displaying all colors to the
  135.           local console.  Color Graphics will always be sent to the local
  136.           console if you have defined to PCBSetup that you are running
  137.           graphics on the local monitor.  If a caller is in non-graphics
  138.           mode (NG) on line 25,  you will still see colors if PCBSetup has
  139.           been configured  that way.  The reverse is also true.  If the
  140.           caller is in graphics mode (GR) on line 25) and the local console
  141.           is defined to be in non-graphics mode then colors will NOT be
  142.           displayed to the local console.
  143.  
  144.                                         MUSIC
  145.  
  146.           This DOOR program may utilize ANSI music.  If it does, and you
  147.           are running in a NETWORK, DOORPCH does not send ANSI music to the
  148.           local console.  We have found that under some Multi-Tasking
  149.           operating systems such as DoubleDOS that the "partition" locks up
  150.           until the music completes.  If you are on a single node system
  151.           (not in a network), then music will be played to the local screen
  152.           if the local screen is active (F9 ON).
  153.  
  154.                                         BELL
  155.  
  156.           DOORPCH logic will not allow a BELL to be sent to the local
  157.           console when the local screen is inactive (F9 OFF).  This, of
  158.           course, assumes the DOOR author follows the DOORPCH rules.
  159.           
  160.  
  161.  
  162.  
  163.  
  164.  
  165.                                        ERRORS
  166.  
  167.           All errors should recover and cause the DOOR program to exit
  168.           gracefully and return to the main system.  All errors are logged
  169.           in the "DOORPCH.ERR" file. The error number and line number are
  170.           included with the date and time.  Errors will be either caused by
  171.           the main module (the authors code, contact him) or the doorpch
  172.           sub (contact DOORPCH people).  It should NEVER cause the board to
  173.           hang.  If your board hangs, you are obligated to contact the
  174.           appropriate party and report the error and circumstances that
  175.           caused it.  Because we are using Microsoft's (c) QuickBASIC 3.0
  176.           run-time routines, it is possible that basic will detect a fatal
  177.           error condition.  As mentioned above, we have taken every
  178.           precaution, but simply cannot code for every error condition.  If
  179.           the DOOR author follows all the rules, the Door should run
  180.           without error.
  181.